ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ComboBoxBase<T> Class / DisplayMemberPath Property






In This Topic
    DisplayMemberPath Property (ComboBoxBase<T>)
    In This Topic
    Gets or sets the name of the property to use as the visual representation of the items.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Property DisplayMemberPath As System.String
    'Usage
     
    
    Dim instance As ComboBoxBase(Of T)
    Dim value As System.String
     
    instance.DisplayMemberPath = value
     
    value = instance.DisplayMemberPath
    [Json(1)]
    public System.string DisplayMemberPath {get; set;}
    public read-write property DisplayMemberPath: System.String; 
    JsonAttribute(1)
    public function get,set DisplayMemberPath : System.String
    [Json(1)]
    public: __property System.string* get_DisplayMemberPath();
    public: __property void set_DisplayMemberPath( 
       System.string* value
    );
    [Json(1)]
    public:
    property System.String^ DisplayMemberPath {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also